home *** CD-ROM | disk | FTP | other *** search
/ .net 1997 June / net 33 / NET33PC.iso / pc / ondisc / scrnsave / yahoo_95.exe / yahoo_95.dxr / 00032.ls < prev    next >
Encoding:
Text File  |  1997-02-25  |  115 b   |  8 lines

  1. on exitFrame
  2.   if the timer <= ((60 * 8) + (random(10) * 60)) then
  3.     go(#loop)
  4.   else
  5.     go("top")
  6.   end if
  7. end
  8.